home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / u_man / cat3 / Tcl / eval.z / eval
Encoding:
Text File  |  1998-10-30  |  1.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. eeeevvvvaaaallll((((3333TTTTccccllll))))                                                          eeeevvvvaaaallll((((3333TTTTccccllll))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      eval - Evaluate a Tcl script
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      eeeevvvvaaaallll _a_r_g ?_a_r_g ...?
  13.  
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      EEEEvvvvaaaallll takes one or more arguments, which together comprise a Tcl script
  17.      containing one or more commands.  EEEEvvvvaaaallll concatenates all its arguments in
  18.      the same fashion as the ccccoooonnnnccccaaaatttt command, passes the concatenated string to
  19.      the Tcl interpreter recursively, and returns the result of that
  20.      evaluation (or any error generated by it).
  21.  
  22.  
  23. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  24.      concatenate, evaluate, script
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.